Html Css Color HEX #073734 Cyprus

📋 copy color: '#073734'

red 7 ◦ green 55 ◦ blue 52

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

Shades of Cyprus #073734

Tints of Cyprus #073734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 48.25%

 BLUE value IS 52 (20.7% from 255) = 45.61%

R = 6.14%
G = 48.25%
B = 45.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#073734 (or 0x073734) is known color: Cyprus. HEX triplet: 07, 37 and 34. RGB value is (7,55,52). Sum of RGB (Red+Green+Blue) = 7+55+52=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #073734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073734 is #F8C8CB. Grayscale: #282828. Windows color (decimal): -16304332 or 3421959. OLE color: 3421959.

HSL color Cylindrical-coordinate representation of color #073734: hue angle of 176.25º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073734 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 55 52 -
CMYK 0.87 0 0.05 0.78
HSL 176.25º 0.77% 0.12% -
HSV(B) 176.25º 0.87% 0.22% -
XYZ 2.07 3.03 3.72 -
YUV 40.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 7 55 52 0.87 0 0.05 0.78 176.25 0.77 0.12
Hex 7 37 34 57 0 5 4E B0 4D C
Octal 7 67 64 127 0 5 116 260 115 14
Binary 111 110111 110100 1010111 0 101 1001110 10110000 1001101 1100

Color Harmonies of #073734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073734

Black with #073734

Text Example


Text Example

White with #073734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073734; }

 p { color: rgb(7,55,52); }

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

background-color css

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

 a { background-color: rgb(7,55,52); }

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

border-color css

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

 span { border-color: rgb(7,55,52); }

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