Html Css Color HEX #074045 Cyprus

📋 copy color: '#074045'

red 7 ◦ green 64 ◦ blue 69

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

Shades of Cyprus #074045

Tints of Cyprus #074045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

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

R = 5%
G = 45.71%
B = 49.29%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#074045 (or 0x074045) is known color: Cyprus. HEX triplet: 07, 40 and 45. RGB value is (7,64,69). Sum of RGB (Red+Green+Blue) = 7+64+69=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #074045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074045 is #F8BFBA. Grayscale: #2F2F2F. Windows color (decimal): -16302011 or 4538375. OLE color: 4538375.

HSL color Cylindrical-coordinate representation of color #074045: hue angle of 184.84º 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 #074045 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 64 69 -
CMYK 0.90 0.07 0 0.73
HSL 184.84º 0.82% 0.15% -
HSV(B) 184.84º 0.9% 0.27% -
XYZ 3 4.14 6.27 -
YUV 47.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 7 64 69 0.90 0.07 0 0.73 184.84 0.82 0.15
Hex 7 40 45 5A 7 0 49 B9 52 F
Octal 7 100 105 132 7 0 111 271 122 17
Binary 111 1000000 1000101 1011010 111 0 1001001 10111001 1010010 1111

Color Harmonies of #074045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074045

Black with #074045

Text Example


Text Example

White with #074045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074045; }

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

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

background-color css

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

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

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

border-color css

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

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

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