Html Css Color HEX #074645 Cyprus

📋 copy color: '#074645'

red 7 ◦ green 70 ◦ blue 69

#074645
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #074645

Tints of Cyprus #074645

RGB

 RED value IS 7 (3.13% from 255) = 4.79%

 GREEN value IS 70 (27.73% from 255) = 47.95%

 BLUE value IS 69 (27.34% from 255) = 47.26%

R = 4.79%
G = 47.95%
B = 47.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#074645 (or 0x074645) is known color: Cyprus. HEX triplet: 07, 46 and 45. RGB value is (7,70,69). Sum of RGB (Red+Green+Blue) = 7+70+69=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #074645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074645 is #F8B9BA. Grayscale: #323232. Windows color (decimal): -16300475 or 4539911. OLE color: 4539911.

HSL color Cylindrical-coordinate representation of color #074645: hue angle of 179.05º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074645 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 70 69 -
CMYK 0.90 0 0.01 0.73
HSL 179.05º 0.82% 0.15% -
HSV(B) 179.05º 0.9% 0.27% -
XYZ 3.35 4.86 6.39 -
YUV 51.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 7 70 69 0.90 0 0.01 0.73 179.05 0.82 0.15
Hex 7 46 45 5A 0 1 49 B3 52 F
Octal 7 106 105 132 0 1 111 263 122 17
Binary 111 1000110 1000101 1011010 0 1 1001001 10110011 1010010 1111

Color Harmonies of #074645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074645

Black with #074645

Text Example


Text Example

White with #074645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074645; }

 p { color: rgb(7,70,69); }

 H1.HeaderClassName
 {
   color: #074645;
 }
 .AnyTagClassName
 {
   color: #074645;
 }
</style>

background-color css

<style>
 a { background-color: #074645; }

 a { background-color: rgb(7,70,69); }

 div.DivClassName
 {
   background-color: #074645;
 }
 .BgClassName
 {
   background-color: #074645;
 }
</style>

border-color css

<style>
 span { border-color: #074645; }

 span { border-color: rgb(7,70,69); }

 td.TdClassName
 {
   border-color: #074645;
 }
 .TagClassName
 {
   border-color: #074645;
 }
</style>